projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34e5d0a
)
(server-process-filter): Run pore/post-comment-hook
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 15 Nov 2001 12:19:08 +0000
(12:19 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 15 Nov 2001 12:19:08 +0000
(12:19 +0000)
before/after visiting the file.
lisp/server.el
patch
|
blob
|
history
diff --git
a/lisp/server.el
b/lisp/server.el
index a9aaa69e71275a5127ea8bc3c09b34483567716c..ec7fdafb8511e8f0d9ca0bdf2c0b2018dcd9c3f5 100644
(file)
--- a/
lisp/server.el
+++ b/
lisp/server.el
@@
-284,7
+284,9
@@
Prefix arg means just kill any existing server communications subprocess."
files))
(setq lineno 1)
(setq columnno 0))))))
+ (run-hooks 'pre-command-hook)
(server-visit-files files client nowait)
+ (run-hooks 'post-command-hook)
;; CLIENT is now a list (CLIENTNUM BUFFERS...)
(if (null (cdr client))
;; This client is empty; get rid of it immediately.